CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 并行计算 算法

搜索资源列表

  1. mpi并行计算聚类程序

    3下载:
  2. 用mpi并行技术设计的聚类算法,用c++写的,绝对能执行的,很不错的,再vc++6.0和mpich2集成的并行环境下执行
  3. 所属分类:远程控制编程

  1. Matlab遗传算法改进程序

    3下载:
  2. 遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。遗传算法的这些性质,已被人们广泛地应用于组合优化、机器学习、信号处理、自适应控制和人工生命等领域。它是现代有关智能计算
  3. 所属分类:人工智能/神经网络/遗传算法

  1. 用GA(遗传算法)推算下期开奖号码

    2下载:
  2. 根据双色球历史开奖记录,用GA(遗传算法)推算下期开奖号码.主要是用于学习遗传算法,推算下期开奖号码只是一个乐趣.并不能真正的正确.,Loans lottery in accordance with historical records, using GA (genetic algorithm) the projection period under the lottery numbers. Mainly for learning genetic algorithm, the next phas
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2016-01-21
    • 文件大小:664590
    • 提供者:张衡
  1. mpisourceprogram

    2下载:
  2. 并行计算算法实践源程序,mpi源程序,包括经常使用的一些经典程序,很实用,能够帮助想要学习使用mpi编程的人员使用-practice of parallel computing algorithm source code, mpi source, including frequent use of some of the classic program, very practical, to help those who want to learn how to use mpi programm
  3. 所属分类:MPI

    • 发布日期:2016-06-14
    • 文件大小:847122
    • 提供者:yuyueer
  1. PageRank

    0下载:
  2. 并行计算环境下的网页排序算法 mapreduce框架,北大计算机系暑期课程项目-null
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:26458
    • 提供者:uiuc
  1. 演化法

    0下载:
  2. 首先介绍了当前求解TSP问题最好的演化算法之一:GT算法。文中重点设计了在NOW上求解旅行商问题GT算法的并行算法,详细描述了设计思路,设计策略。还给出了相当详细的并行算法描述。文中设计的并行算法已经在NOW上的PVM平台上实现。关键词NOW,演化计算,旅行商问题,并行计算-first briefed on the current TSP evolutionary algorithm best one : GT algorithm. The article focused on the desi
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:200229
    • 提供者:巨金华
  1. ex2_simulated_annealing

    2下载:
  2. MPI并行计算模拟退火算法,可以设置处理器结点个数,比较不同节点个数时的计算时间-MPI parallel computing simulated annealing algorithm, you can set the number of processor nodes, the number of different nodes at the time of computing time
  3. 所属分类:MPI

    • 发布日期:2016-06-23
    • 文件大小:164021
    • 提供者:谷谷
  1. paralall_sort

    0下载:
  2. mpi实现并行排序算法,可以设置处理器节点个数并比较不同节点数目时的计算时间-mpi parallel sorting algorithm, you can set the number of processor nodes and compare the different number of nodes at the time of computing time
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:176944
    • 提供者:谷谷
  1. Calculate

    0下载:
  2. 矩阵并行算法程序,用c#语言编制,可用于数学并行计算。-Matrix parallel algorithm procedures, with c# Languages can be used in parallel computing mathematics.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:924
    • 提供者:tmllpl
  1. Hertingexe

    0下载:
  2. 多体系统运动学,动力学分析计算程序,采用递推算法。-Dymore
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:48703
    • 提供者:mqh_2009
  1. homework

    0下载:
  2. 这是研究生的并行计算的作业,实现多插入排序抽取算法,C语言的。-it is a homework for postgraduate by C language ,in order to sort data。
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:33402
    • 提供者:songkzh
  1. ExperimentsOfParallelAlgorithms

    1下载:
  2. 并行计算实验程序,包括多线程模拟并行、并行计算的数据结构、并行合并算法和链表、堆栈等的操作,等等。-Experimental procedures for parallel computing, including multi-threaded parallel simulation, parallel computing data structures, parallel algorithms and list the merger, the operation of the stack an
  3. 所属分类:Algorithm

    • 发布日期:2016-06-23
    • 文件大小:1150777
    • 提供者:绿城苍狼
  1. Mandelbrot

    0下载:
  2. 关于并行计算的Mandelbrot算法。-Mandelbrot algorithm on parallel computing.
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:5170
    • 提供者:ming
  1. vector_matrix_multiplication

    0下载:
  2. 稀疏矩阵与向量相乘 算法 C语言 并行计算-Sparse matrix and vector multiplication
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:1446
    • 提供者:qq
  1. rank

    0下载:
  2. 并行计算中的排序算法的枚举算法,方便大家学习并行程序设计-Parallel sorting algorithm in the enumeration algorithm so as to facilitate learning parallel programming
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:4043
    • 提供者:陈君
  1. cannonMPI

    0下载:
  2. 并行计算中的cannon算法描述,采用C & openMPI库来执行算法,在矩阵大小100内效果显著-Cannon in the parallel computing algorithm descr iption, the use of C & openMPI library to perform algorithm, matrix size 100 results are obvious within
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:2671
    • 提供者:pottermarkken
  1. linux1

    0下载:
  2. linux下的并行计算的源程序,包括快速排列的算法等-linux source code for parallel computing, including the arrangement of the algorithm quickly
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:24358
    • 提供者:zxh170601
  1. Parallel Programming in Fortran95 using OpenMP

    0下载:
  2. 基于OpenMP并行优化算法(Fortran 95)(Parallel Programming in Fortran95 using OpenMP)
  3. 所属分类:并行计算

    • 发布日期:2017-12-13
    • 文件大小:683522
    • 提供者:CleverC
  1. 并行计算导论(原书第2版) 清晰PDF

    2下载:
  2. 并行计算导论系统介绍涉及并行计算的体系结构、编程范例、算法与应用和标准等。覆盖了并行计算领域的传统问题,并且尽可能地采用与底层平台无关的体系结构和针对抽象模型来设计算法。书中选择MPI(Message Passing Interface)、POSIX线程和OpenMP这三个应用*广泛的编写可移植并行程序的标准作为编程模型,并在不同例子中反映了并行计算的不断变化的应用组合。(ntroduction to Parallel Computing System introduces the archit
  3. 所属分类:并行计算

    • 发布日期:2020-09-26
    • 文件大小:49017856
    • 提供者:gl62m
  1. OpenStack云计算实战 钟小平 2019.8

    1下载:
  2. 针对OpenStack的云计算编程,包括并行计算的算法研究,适合云计算研发人员进阶使用,内容新颖,紧跟时代脉搏(Cloud computing programming for openstack, including parallel computing algorithm research, is suitable for advanced use of cloud computing developers, with novel content and keeping up with the
  3. 所属分类:并行计算

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com